PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / setFileSelect Method
True if the text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field.
In This Topic
    setFileSelect Method
    In This Topic
    Sets a value indicating whether the field acts as a file selector.
    Syntax
    public void setFileSelect( 
       boolean value
    )

    Parameters

    value
    True if the text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field.
    See Also